home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / m2c / EvalMod3.h < prev    next >
C/C++ Source or Header  |  1992-11-24  |  427b  |  18 lines

  1. #define DEFINITION_EvalMod3
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. #ifndef DEFINITION_Tree
  8. #include "Tree.h"
  9. #endif
  10.  
  11. extern IO_tFile EvalMod3_yyf;
  12. extern PROC EvalMod3_Exit;
  13. extern void EvalMod3_EvalImplMod ARGS((Tree_tTree t));
  14. extern INTEGER EvalMod3_ToBit0 ARGS((Tree_tTree yyP2, INTEGER yyP1));
  15. extern void EvalMod3_BeginEvalMod3 ARGS(());
  16. extern void EvalMod3_CloseEvalMod3 ARGS(());
  17. extern void BEGIN_EvalMod3();
  18.